home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
BASICWNT.ZIP
/
WRITING.BAS
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1996-02-11
|
190 b
|
9 lines
0 rem *
1 rem *
2 rem *FILE_WRITING_TEST_FOR_NITROUSBASIC
3 rem *
4 rem *
10 open "hello" for output as #1
15 for I=1 to 1000 :print #1 ,"Hello there world " ;I:next I
20 close #1